home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / fmtutils.zip / READ.ME < prev    next >
Text File  |  1994-06-25  |  4KB  |  74 lines

  1. 06/24/94
  2.  
  3. Hate using DOS' FORMAT?  Too clunky and command line unfriendly?  I
  4. thought so, too.  I wanted to come up with a way that told FORMAT
  5. what I wanted to do - but quickly and easily.  So, here they are: a 
  6. group of 5 batch files that simply make life easier when using FORMAT.  
  7. Nothing special, but I hadn't seen anybody else write 'em.  The files 
  8. included are:
  9.  
  10. F360.BAT     formats  360k disks in drive A:
  11. F120.BAT     formats 1200k disks in drive A:
  12. F720.BAT     formats  720k disks in drive B:
  13. F144.BAT     formats 1440k disks in drive B:
  14. VOLUME.BAT   is used by the above to write old label names to your
  15.              newly formatted disks. 
  16.  
  17. INSTRUCTIONS:
  18. 1)  These batch files will call DOS' FORMAT command to format floppy 
  19.     diskettes.  
  20. 2)  Additionally, if ANY command line parameter is specified, the disk's 
  21.     current volume label will be saved and rewritten to the newly 
  22.     formatted disk.  Handy for reformatting disks where you want to 
  23.     keep the same label.
  24. 3)  With all that in mind, here are some examples:
  25.     F144        will format an HD disk in drive B:, with the unconditional
  26.                 switch set on.  It won't ask for a label name and will
  27.                 quit when the disk is formatted.
  28.     F360 yes    will format a DD disk in drive A:, with the unconditional
  29.                 format switch set on.  Also, if any volume label existed
  30.                 on the disk, it will be saved and rewritten to the newly
  31.                 formatted disk.  If no label name existed, the volume
  32.                 name will be NO LABEL.  As mentioned above, you can use 
  33.                 any command line parameter you want.  As long as one is 
  34.                 there, the label save/rewrite will occur.  Don't use this 
  35.                 switch on an unformatted disk - there's certainly no label 
  36.                 and you'll have to contend with DOS' Abort, Retry, Ignore, 
  37.                 Fail? message.
  38.  
  39.  
  40. NOTES:
  41. 1)  It is best to place these files in a directory along your path, 
  42.     such as C:\BATCH.  
  43. 2)  The file VOLUME.BAT MUST be in the path, as it is called by the 
  44.     Fxxx.BAT files to label the disks (it must be available from any-
  45.     place on your drive).
  46. 3)  Make sure too, that FORMAT is also in your path.
  47. 4)  One temporary batch file will be created if you decide to keep the
  48.     old volume label.  Currently, it'll be written to the directory that
  49.     you have set as your TEMP environment variable.  If no temp variable 
  50.     is set, you'll need to edit each Fxxx.BAT file to reflect where you
  51.     want this temporary file written.  And if this is the case, why
  52.     don't you have a TEMP variable set???
  53. 5)  These batch files also use the undocumented but widely recognized
  54.     /AUTOTEST command line parameter for FORMAT.  It just tells FORMAT
  55.     to go about it's business and end when the disk is formatted.
  56.  
  57.  
  58. Yeah, this is all pretty simple, I know.  Incredibly useful, too.  I
  59. guess you could call this freeware, as I expect no response.  If you like
  60. 'em, use 'em.  If not, don't.  Oh, and there's no warranty either.  If 
  61. you manage to blow up your system using these, so be it.  You'd have
  62. to be pretty creative to do that anyway.
  63.  
  64.  
  65. David Kakenmaster
  66. 890 N. Tabor Ct.
  67. Castle Rock, CO  80104
  68.  
  69.  
  70. PS- If you do use 'em & like 'em, spread this archive around.  It's good
  71.     to turn others on to easier ways with DOS.  They'll like you for it.
  72.     Please keep the archive intact and unchanged.  Feel free to change
  73.     the unarchived files you use to suit your needs.
  74.